User DocsData DocumentsAnyDB FormulasFunctionsPROPEROn this pagePROPER Capitalizes the first letter in each word of a text string. Syntax PROPER(text) Arguments text: The text you want to convert to proper case. Example PROPER("anydb data store") → Returns "Anydb Data Store"PROPER(A1) → Converts the text in cell A1 to proper case